Accusoft Prizm Viewer List File Schema Schema
filltype Simple Type
See Also  Send comments on this topic.
Accusoft Prizm Viewer List File Schema Schema : filltype Simple Type

Glossary Item Box

Description

The attribute value is set by using one of the following fill names.
  • A fill type of None shows the background image without modification.
  • A fill type of Opaque shows only the fill color.
  • A fill type of Translucent shows the background image blended with the fill color.
Namespace (none)

Type

Restriction of xsd:string

Diagram

filltype Simple Type

Overview

filltype Restriction of xsd:string
The attribute value is set by using one of the following fill names.
  • A fill type of None shows the background image without modification.
  • A fill type of Opaque shows only the fill color.
  • A fill type of Translucent shows the background image blended with the fill color.

Facets

EnumerationNone
EnumerationOpaque
EnumerationTranslucent

Source

<xsd:simpleType name="filltype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:annotation>
    <xsd:documentation>The attribute value is set by using one of the following fill names.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:annotation>
      <xsd:documentation>The attribute value must be one of these names.</xsd:documentation>
    </xsd:annotation>
    <xsd:enumeration value="None">
      <xsd:annotation>
        <xsd:documentation>A fill type of None shows the background image without modification.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="Opaque">
      <xsd:annotation>
        <xsd:documentation>A fill type of Opaque shows only the specified fill color.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="Translucent">
      <xsd:annotation>
        <xsd:documentation>A fill type of Translucent shows the bacground image mixed with the fill color.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>

See Also

©2015. Accusoft Corporation. All Rights Reserved.